home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17866 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.8 KB

  1. Path: ionews.ionet.net!usenet
  2. From: tconiam@ionet.net (Todd Coniam)
  3. Newsgroups: comp.lang.c++,rec.games.programmer,alt.msdos.programmer,comp.programming
  4. Subject: Re: Young programmers read me.
  5. Date: 16 Apr 1996 02:19:50 GMT
  6. Organization: IONet
  7. Message-ID: <4kv046$lg4@ionews.ionet.net>
  8. References: <4icpp9$7hr@barad-dur.nas.com> <4imqe4$cj3@ping1.ping.be> <1996Mar23.224853.116513@kuhub.cc.ukans.edu> <4j52hn$ikb@news.ios.com> <Pine.OSF.3.91.960403112207.17337H-100000@bud.cc.swin.edu.au> <aidan-0404961557290001@meathook.intac.com> <pnoguchi-0404962135210001@pnoguchi.his.com>
  9. NNTP-Posting-Host: okc-sip160.ionet.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <pnoguchi-0404962135210001@pnoguchi.his.com>, pnoguchi@his.com 
  15. says...
  16. >
  17. >The reason people use C/C++ is because it allows a grand abstraction of
  18. >programming which Pascal, due to its inherent design, will not allow the
  19. >programmer to do. Unlike Pascal, C/C++ compilers usually assume a
  20. >programmer is intelligent enough to capture most bugs in a program, which
  21. >is a good reason for loose syntax. Besides which, if you have so much
  22. >trouble with C/C++, is that a failing of the language, or your programming
  23. >skills?
  24. >
  25. >MSN
  26. >
  27. >-- 
  28. >I WILL take over the world... I just need some money...screw Windows 95
  29. >
  30. >The neo-OS page:
  31. >http://www2.zoom.com/personal/bhelfman
  32.  
  33. -- 
  34. While experience in the commercial world has proven time and time again that 
  35. programmers are not capable of capturing most bugs in the program when using 
  36. C/C++ until well into the development.  C/C++ is inherently one of the most 
  37. error prone languages around.  Dangling pointers and memory leaks are all 
  38. slip into code much too easy, and are horrible to try and track down.  The 
  39. folks at Purity Software(C) are making money hand over fist selling products 
  40. that help with just these problems.  Perhaps you've heard of 'Purify'?
  41.  
  42. If C++ is soo great why do most major developments severly limit the features 
  43. that they allow used in the project.  Templates and multiple inheritance 
  44. (C++'s _great_ features) are usually the first to go.  Wouldn't you rather 
  45. have the compiler tell you that your code is crap before you try and run it?
  46.  
  47. Try Ada 95, all the benefits of easy to understand syntax (you can read 
  48. tommorow or next year!) with all the great object orientated features you want 
  49. along with full multi-tasking in the language!
  50.  
  51. Check out the web sites below and see for yourself.  You won't be sorry.
  52.  
  53. -------------------------------------------------------------------------
  54. Todd Coniam       | Member: Team Ada
  55. tconiam@ionet.net | Ada 95 - The international standard in OO languages
  56. -------------------------------------------------------------------------
  57. Check: http://lglwww.epfl.ch/Ada/     Free compiler: http://www.gnat.com/
  58.  
  59.